home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / kbbs_40.zip / XMODEM.DOC < prev    next >
Text File  |  1990-08-22  |  3KB  |  86 lines

  1.           Xmodem            Technical Reference Manual          Page 1
  2.  
  3.                               Xmodem  / Xmodem1K
  4.                 Supports Both CRC and CheckSum Error Correction
  5.  
  6.          Xmodem.exe    has   a built in  communications  manager   and 
  7.          doesn't  need  any  type of fossil, in fact you  should  make 
  8.          sure   you  turn  the  fossil  OFF if running it  on  a   BBS 
  9.          that  uses  a fossil.
  10.  
  11.          Xmodem requires a number of command line switches:
  12.                               -B, -P, {-R or -S}
  13.          -B <Baud Rate>
  14.          -P <Port Number>
  15.          -L <Serial Lock Rate>
  16.          -R  <FILENAME> Receive file, Filename may include  full  drive    
  17.                        and path. E.G. C:\osiris\uploads\newzip.zip
  18.          -S  <filename>,  Send filename. May include  full  drive  and
  19.                           path. E.G. C:\OSIRIS\ARCHIVES\NEWZIP.ZIP.
  20.          -K , Use Xmodem1K (1024 Byte Blocks, sometimes referred to as
  21.                             Ymodem).
  22.          -N x, with x being the node number in use. For use on Osiris
  23.                CBIS  systems only.  Xmodem will show the name  of  the
  24.                caller as well as where he's from if this switch is used.
  25.  
  26.          -B,  supported baud rates 300 - 115,200 Baud.
  27.          -P,  Supported  Com  Ports, COM 1, COM  2, COM 3, and COM 4.
  28.                          (COM1-8 if used with OSIRIS.)
  29.          -L,  Supported Locked Baud Rates, 300 - 115200 Baud.
  30.  
  31.                    NOTE:   -R  or   -S  MUST  be  the   last
  32.                    parameter on the command line. As soon as
  33.                    Xmodem encounters either one of these two
  34.                    switches, it will begin to either Receive
  35.                    or Send.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.           Xmodem            Technical Reference Manual          Page 2
  57.  
  58.          There must be one at least blank space between The switch and
  59.          the parameter..ie. -B<BLANK>2400
  60.  
  61.          The -L switch is only for those that do not have COMx= set in
  62.          the environment. If your running Osiris then Xmodem will  use
  63.          the COMx= automatically.
  64.  
  65.          Sample Osiris Command line (protocol control file)
  66.  
  67.          (Xmodem)
  68.          Send : -N *N -B *B -P *P -S *F
  69.          RCV  : -N *N -B *B -P *P -R *F
  70.  
  71.          (Xmodem1K)
  72.          Send : -K -N *N -B *B -P *P -S *F
  73.          RCV  : -K -N *N -B *B -P *P -R *F
  74.  
  75.          Xmodem  may be freely used by Osiris Owners.  If you do NOT
  76.          own Osiris, Xmodem must be purchased.
  77.  
  78.          The price is 10 dollars (US Currency).
  79.  
  80.                                    Mail to :
  81.  
  82.                               Micro TECH Systems
  83.                              555 North Spring, #39
  84.                            Cape Girardeau Mo. 63701
  85.  
  86.